type google.golang.org/grpc/internal/transport.bdpEstimator

10 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L49: type bdpEstimator struct {
		bdp_estimator.go#L74: func (b *bdpEstimator) timesnap(d [8]byte) {
		bdp_estimator.go#L85: func (b *bdpEstimator) add(n uint32) bool {
		bdp_estimator.go#L105: func (b *bdpEstimator) calculate(d [8]byte) {
		controlbuf.go#L530: 	bdpEst        *bdpEstimator
		controlbuf.go#L542: func newLoopyWriter(s side, fr *framer, cbuf *controlBuffer, bdpEst *bdpEstimator, conn net.Conn, logger *grpclog.PrefixLogger, goAwayHandler func(*goAway) (bool, error), bufferPool mem.BufferPool) *loopyWriter {
		http2_client.go#L117: 	bdpEst *bdpEstimator
		http2_client.go#L394: 		t.bdpEst = &bdpEstimator{
		http2_server.go#L106: 	bdpEst                *bdpEstimator
		http2_server.go#L302: 		t.bdpEst = &bdpEstimator{